home *** CD-ROM | disk | FTP | other *** search
- MsgBox = eval(_root.ResLevel + ".MsgBox");
- _root.ConfirmFor = "Error";
- trace("e:" + _root.ErrorMsg);
- if(int(_root.ErrorLevel) == 0)
- {
- MsgBox.gotoAndStop("CONFIRM");
- }
- else
- {
- MsgBox.gotoAndStop("ALERT");
- }
- MsgBox.Text = _root.ErrorMsg;
- MsgBox._x = 0 + MsgBox._width / 1.3;
- MsgBox._y = 0 + MsgBox._height;
-